Add VIF.runtime_properties dictionary, and use that to implement xm network-list
authorEwan Mellor <ewan@xensource.com>
Tue, 20 Mar 2007 15:12:07 +0000 (15:12 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 20 Mar 2007 15:12:07 +0000 (15:12 +0000)
commit9e9090601cb8b62aef647107c1adfc3ae7d0fe76
treed6bf84f290e9ae1f41a08d2ae91ae6b15a845b04
parent1c3dce55cdd5c290b8965a6120d58bf9fa6aa8a5
Add VIF.runtime_properties dictionary, and use that to implement xm network-list
through the Xen-API.  Implement xm network-attach and xm network-detach also.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/main.py